projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1b2821
)
* xrdb.c (getuid): Remove declaration.
author
Jim Blandy
<jimb@redhat.com>
Mon, 22 Feb 1993 15:10:16 +0000
(15:10 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 22 Feb 1993 15:10:16 +0000
(15:10 +0000)
src/xrdb.c
patch
|
blob
|
history
diff --git
a/src/xrdb.c
b/src/xrdb.c
index f241a079c4e8b397f42a9c68e638e80e996cce39..8de78ae7abd6344339ead9e89cac385e24129279 100644
(file)
--- a/
src/xrdb.c
+++ b/
src/xrdb.c
@@
-54,9
+54,15
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
extern char *getenv ();
+
+/* This does cause trouble on AIX. I'm going to take the comment at
+ face value. */
+#if 0
extern short getuid (); /* If this causes portability problems,
I think we should just delete it; it'll
default to `int' anyway. */
+#endif
+
extern struct passwd *getpwuid ();
extern struct passwd *getpwnam ();